crypto/tls.handshakeMessageWithOriginalBytes.originalBytes (method)

3 uses

	crypto/tls (current package)
		common.go#L1570: 	originalBytes() []byte
		handshake_messages.go#L1935: 		if orig := msgWithOrig.originalBytes(); orig != nil {
		handshake_messages.go#L1936: 			h.Write(msgWithOrig.originalBytes())